home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / machack / Hacks97 / PickMeUp.sit / Pick Me Up / source code / Movie app source / pickmeUp97 / source / CTempEventDispatcher.h < prev    next >
Text File  |  1997-06-20  |  607b  |  28 lines

  1. //  CTempEventDispatcher.h
  2. /*
  3.       *    $Workfile: CTempEventDispatcher.h $
  4.     *    $Modtime: 6/20/97 5:45 PM $
  5.     *    $Revision: 2 $
  6.     *    $Date: 6/20/97 5:45 PM $
  7.     *    $History: CTempEventDispatcher.h $
  8.  * 
  9.  * *****************  Version 2  *****************
  10.  * User: jwoo         QDate: 6/20/97    Time: 5:45 PM
  11.  * Updated in $/ConMan/ConMan Interface Source/General Interface Classes/Generic
  12.  * June 20, 1997:  No code change here.  Just added the version control
  13.  * header.
  14.  
  15. */
  16.  
  17. class CTempEventDispatcher : public LEventDispatcher
  18. {
  19. public:
  20.     CTempEventDispatcher();
  21.     ~CTempEventDispatcher();
  22.     
  23.     ProcessTempEvent();
  24.  
  25.  
  26.  
  27.  
  28. };